home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Resources / Paint.NET v2.5 RC2 / PaintDotNet_2_5_RC2.exe / PaintDotNet.msi / _E417E9FF303B142C279582C1924A3D54 < prev    next >
Encoding:
Text File  |  2005-11-16  |  8.2 KB  |  226 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Image Menu</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <img border="0" src="../images/logo.png" width="229" height="73" align="left"><p><b><br>
  17.     NOTE:</b> This document is still being written (it is "under construction"). Its contents are preliminary, incomplete, 
  18.     and subject to change.</p>
  19. </div>
  20. <div id="leftnav">
  21.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  22.         <li><a href="index.html">Overview</a><br>
  23.         </li>
  24.         <li><a href="Features.html">Features</a><br>
  25.         </li>
  26.     </ul>
  27.     <h3>Concepts</h3>
  28.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  29.         <li>Layers and Transparency<br>
  30.         </li>
  31.         <li>Selections<br>
  32.         </li>
  33.     </ul>
  34.     <h3>User Interface</h3>
  35.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  36.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  37.         <li><a href="MainWindow.html">Main Window</a></li>
  38.         <li><a href="MenuBar.html">Menu Bar</a>
  39.         <ul class="toc">
  40.             <li><a href="File.html">File</a></li>
  41.             <li><a href="Edit.html">Edit</a></li>
  42.             <li><a href="View.html">View</a></li>
  43.             <li><a href="Image.html">Image</a></li>
  44.             <li><a href="Layers.html">Layers</a>
  45.             <ul class="toc">
  46.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  47.                 <li><a href="Adjustments.html">Adjustments</a>
  48.                 <ul class="toc">
  49.                     <li><a href="Levels.html">Levels</a></li>
  50.                 </ul>
  51.                 </li>
  52.             </ul>
  53.             </li>
  54.             <li><a href="Effects.html">Effects</a></li>
  55.             <li><a href="Tools.html">Tools</a></li>
  56.             <li><a href="Window.html">Window</a></li>
  57.             <li><a href="Help.html">Help</a></li>
  58.             <li>Toolbar</li>
  59.         </ul>
  60.         </li>
  61.         <li>Tools Window<ul class="toc">
  62.             <li>Selection Tools</li>
  63.             <li>Brush Tools</li>
  64.             <li>Pixel Tools</li>
  65.             <li>Shape Tools</li>
  66.             <li>Text Tool</li>
  67.             <li>Paint Bucket</li>
  68.             <li>Clone Stamp</li>
  69.             <li>Recolor Tool</li>
  70.         </ul>
  71.         </li>
  72.         <li>History Window</li>
  73.         <li>Layers Window</li>
  74.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  75.         <li>Status Bar</li>
  76.     </ul>
  77.     </li>
  78.     <h3>Other</h3>
  79.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  80.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  81.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  82.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  83.         <li><a href="WebLinks.html">Web Links</a></li>
  84.         <li><a href="License.html">License</a></li>
  85.     </ul>
  86. </div>
  87. <div id="content">
  88.     <!-- #BeginEditable "content" -->
  89. <h2>Image Menu</h2>
  90. <p>    This menu contains commands that affect all layers of the current image. 
  91.     This contrasts to the commands in the Layers menu, which only affect the 
  92.     currently active layer.</p>
  93.     <blockquote>
  94.         <img border="0" src="Images/ImageMenu.png"><p> </p></blockquote>
  95.     <ul>
  96.         <li>
  97.         <h3><a name="CropToSelection"></a>Crop to Selection
  98.         </h3><p>This menu item is only available if a selection is active. 
  99.         Clicking on this menu item will cause the image to be replaced with only 
  100.         the area that was selected. If the selection is not a rectangle or 
  101.         square, then the bounding rectangle around the selection will be used. 
  102.         However, the pixels that were not in the selection will be made 
  103.         transparent.</p>
  104.         
  105.         <p>Original image:</p>
  106.         <img border="1" src="../images/bmw.jpg">
  107.         
  108.         <p>Here we have selected the area we want to crop:</p>
  109.         <img border="1" src="../images/bmw_selected.jpg">
  110.         
  111.         <p>Here is the new image after having clicked on the Crop to Selection 
  112.         menu item. Note that the bounding rectangle of the selection outline was 
  113.         used to determine the new image's size, but that any pixel that was 
  114.         outside of the selection was made transparent:</p>
  115.         <img border="1" src="../images/bmw_irregular_cropped.jpg">
  116.         
  117.         </li>
  118.         <li>
  119.         <h3><a name="Resize"></a>Resize
  120.         </h3><p>This command lets you change the size of the image. In so doing, 
  121.         the image is either stretched or shrunken to the size you specify. You 
  122.         may specify a relative percentage to resize the image by, or you specify 
  123.         the absolute pixel or print size that you desire. If the "Maintain 
  124.         aspect ratio" option is checked, then typing a new Width value will 
  125.         maintain a proportional Height value, and vice versa.</p>
  126.         
  127.         <p>If you choose to modify the print size of an image, the pixel size 
  128.         will be based on the resolution, which defaults to 96 pixels per inch, 
  129.         which is the same as 37.79 pixels per centimeter. For example, if you 
  130.         specify the image to be 1 inch wide, and the resolution is 96 
  131.         pixels/inch, then the image will be resized to be 96 pixels wide.</p>
  132.         
  133.         <p>You can use this dialog to affect the print size of an image by 
  134.         adjusting just the resolution. Note that if you only modify the 
  135.         resolution of the image, the pixel size will remain the same and no 
  136.         resampling is performed. </p>
  137.         
  138.         <p>There are multiple types of resampling that you may choose. 
  139.         "Resampling" is the process of computing what the new pixels should be 
  140.         based on what the old pixels are. Some algorithms produce better looking 
  141.         results, but take longer to complete. It is recommended that you use the 
  142.         default option, "Best Quality," unless you have a specific need for and 
  143.         understanding of the other choices (Bilinear, Bicubic, and Nearest 
  144.         Neighbor). Best Quality will automatically choose either Bicubic or 
  145.         Super Sampling depending on the new size that you specify.</p>
  146.         <h3></h3><img border="0" src="Images/ResizeDialog.png">
  147.         
  148.         <p>Original image:</p>
  149.         <img border="1" src="../images/bmw.jpg">
  150.         
  151.         <p>After being enlarged, using the Resize command:</p>
  152.         <img border="1" src="../images/bmw_after_enlarge.jpg">
  153.         
  154.         <p>After being shrunken, using the Resize command:</p>
  155.         <img border="1" src="../images/bmw_after_shrink.jpg">
  156.         </li>
  157.         <li>
  158.         <h3><a name="CanvasSize"></a>Canvas Size
  159.         </h3><p>This command lets you enlarge or shrink the image canvas without 
  160.         changing the size of the image itself. It works similarly to the Resize 
  161.         dialog, but adds an Anchor selection. </p>
  162.         <h3>
  163.         </h3>
  164.         <img border="0" src="Images/CanvasSize.png" width="304" height="420">
  165.         
  166.         <p>Original image:</p>
  167.         <img border="1" src="../images/bmw.jpg">
  168.         
  169.         <p>After enlarging the canvas and using the center anchor point:</p>
  170.         <img border="1" src="../images/bmw_after_canvas_size.jpg">
  171.         
  172.         <p>After shrinking the canvas and using the center anchor point:</p>
  173.         <img border="1" src="../images/bmw_after_canvas_shrink.jpg">
  174.         </li>
  175.         <li>
  176.         <h3><a name="Flip"></a>Flip
  177.         </h3><p>This submenu allows you to flip the image horizontally or 
  178.         vertically.</p><h3>
  179.         
  180.         </h3><p>Original image:</p><h3>
  181.         <img border="1" src="../images/bmw.jpg">
  182.         
  183.         </h3><p>After being flipped horizontally:</p><h3>
  184.         <img border="1" src="../images/bmw_after_horiz_flip.jpg">
  185.         </h3></li>
  186.         <li>
  187.         <h3><a name="Rotate"></a>Rotate
  188.         </h3><p>This submenu gives you several commands for rotating the image 
  189.         by 90, 180, or 270 degrees in either the clockwise or counter-clockwise 
  190.         directions.</p><h3>
  191.         
  192.         </h3><p>Original image:</p><h3>
  193.         <img border="1" src="../images/bmw.jpg">
  194.         
  195.         </h3><p>After being rotated 90 degrees clockwise:</p>
  196.         <img border="1" src="../images/bmw_after_90_cw_rotate.jpg"><h3>
  197.         
  198.         </h3></li>
  199.         <li>
  200.         <h3><a name="Flatten"></a>Flatten
  201.         </h3><p>This takes the multiple layers of an image and combines them 
  202.         into one layer. It is only available if the image has more than one 
  203.         layer.</p></li>
  204.     </ul>
  205.  
  206.  
  207.     </blockquote>
  208.  
  209.  
  210.     <!-- #EndEditable -->
  211.     <h4><br>
  212.     <br>
  213.     </h4>
  214.     <font color="#808080" size="1">Copyright <font face="Times New Roman">⌐ 2005 </font>Rick Brewster, Chris Crosetto, Tom 
  215.     Jackson, Michael Kelsey, Brandon Ortiz, Craig Taylor, Chris Trevino, and Luke Walker. Portions Copyright
  216.     <font face="Times New Roman">⌐ 2005 </font>Microsoft Corporation. All Rights Reserved.</font><font size="1"> <br>
  217.     </font>
  218. </div>
  219. </b>
  220.  
  221. </body>
  222.  
  223. <!-- #EndTemplate -->
  224.  
  225. </html>
  226.